<Code Lib>
2020 Method
Changes 0
M

HermiteSpline.Create(IList<XYZ>, Boolean)

Description:
Creates a Hermite spline with default tangency at its endpoints.
Remarks:
The tangents at the ends of the spline are computed from the control points.
Overloads (2):
Create(IList[XYZ],Boolean)

public static HermiteSpline Create(
	IList<XYZ> controlPoints,
	bool periodic
)

Return Value HermiteSpline The new HermiteSpline object.

Loading…